home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1343.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.0 KB  |  24 lines

  1. >From: Tony Sanders <sanders@bsdi.com>
  2. > How about having two <PRE> style tags.  One works just like existing <PRE>
  3. > and another tag that (probably) doesn't use the fixed-width font but does
  4. > preserves spaces and tabs as much as possible and allows full HTML mark-up.
  5. > It will be the task of the browser to make this look good. 
  6. >     If you don't know the relative font sizes, you can't predict
  7. >     where you will be, and so what the next stop will be.
  8. This can be solved in the browser (either by forcing a fixed width
  9. or by computing the tabs by look ahead within the element).
  10.  
  11. >     Now we have tables.  And when we have tables, we will need
  12. Yes, tables might actually solve most of the problem.
  13.  
  14. I was just offering a different way to think about the problem, which is
  15. that we don't have to choose whether whitespace is significant or not, if
  16. we need it to be significant just add an element that does what we need.
  17.  
  18. I vote that by default whitespace not be significant, as several people
  19. have already argued for better than I could.
  20.  
  21. --sanders
  22.  
  23.